home *** CD-ROM | disk | FTP | other *** search
- -- card: 49339 from stack: in.2
- -- bmap block id: 47410
- -- flags: 0000
- -- background id: 2586
- -- name:
- ----- HyperTalk script -----
- on openCard
- global it
- put 2 into it
- end openCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=2 top=45 right=127 bottom=113
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 1l
- ----- HyperTalk script -----
- on mouseUp
- hide button "1l"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=247 top=127 right=177 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 5l
- ----- HyperTalk script -----
- on mouseUp
- hide button "5l"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=5 top=186 right=243 bottom=110
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 3l
- ----- HyperTalk script -----
- on mouseUp
- hide button "3l"
- visual dissolve fast
- go to card id 23024
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=250 top=49 right=123 bottom=361
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 4l
- ----- HyperTalk script -----
- on mouseUp
- hide button "4l"
- visual dissolve fast
- go to card id 7043
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=2 top=113 right=187 bottom=113
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 2l
- ----- HyperTalk script -----
- on mouseUp
- hide button "2l"
- visual dissolve fast
- go to card id 7043
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=247 top=189 right=245 bottom=363
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 6l
- ----- HyperTalk script -----
- on mouseUp
- global gb
- put 2 into gb
- hide button "6l"
- visual dissolve fast
- go to card id 7043
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=160 top=289 right=321 bottom=231
- -- title width / last selected line: 0
- -- icon id / first selected line: 14953 / 14953
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- global gb
- if gb = 2 then
- show button "1l"
- show button "2l"
- show button "3l"
- show button "4l"
- show button "5l"
- show button "6l"
- visual barn door close
- go to card id 15371
- else if gb <> 2 then
- visual barn door close
- go to card id 15371
- end if
-
- end mouseUp
-
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=253 top=285 right=322 bottom=280
- -- title width / last selected line: 0
- -- icon id / first selected line: 32488 / 32488
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- show button "1l"
- show button "2l"
- show button "3l"
- show button "4l"
- show button "5l"
- show button "6l"
- end mouseUp
-
-